* doc/lispref/debugging.texi (Using Debugger): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2012 02:18:43 +0000 (22:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2012 02:18:43 +0000 (22:18 -0400)
doc/lispref/ChangeLog
doc/lispref/debugging.texi

index 953e81202b0491580a0deb68f03c34729b9e0a27..610f2c6cd4cecd6185f7aaa9fa673c47294e886a 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Using Debugger): Fix typo.
+
 2012-08-24  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.2 released.
index 885766bd1cc89a1f036da1efa5a194e080473b3b..892fe5ac447b138f1ce5eefba5155a0fc6f43909 100644 (file)
@@ -327,7 +327,7 @@ variable is temporarily set according to
 non-@code{nil}, @code{debug-on-error} will temporarily be set to
 @code{t}.  This means that any further errors that occur while doing a
 debugging session will (by default) trigger another backtrace.  If
-this is not want you want, you can either set
+this is not what you want, you can either set
 @code{eval-expression-debug-on-error} to @code{nil}, or set
 @code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}.